home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 125 / Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso / EuroMath / install.inf < prev    next >
Encoding:
Text File  |  1997-11-11  |  3.6 KB  |  114 lines

  1. ProductName="Europress GCSE Maths demo"
  2. productMenuName="GCSE Maths"
  3. ProductVersion="1.6"
  4.  
  5. InstallTitle=$ProductName$&" Installation"
  6.  
  7. DefaultInstallDrive=$windowDrive$
  8. DefaultInstallDirectory="\Program Files\GCSE DEMO"
  9.  
  10. mathsDeleteInformation="maths.del"
  11. programGroupName="Europress GCSE Demo"
  12. programMainMenuName="GCSE Maths"
  13. productHelpFileDir="\maths\"
  14. productReadMeFile="\maths\readme.txt"
  15. productExecutable="\maths\Maths.exe"
  16. productIcon="\submath.bmp"
  17. productInfoFile="\maths.ini"
  18. productTutorFile="pythagx.bmp"
  19. productSubDirectory="\Maths"
  20. productDataName="Demo_Maths_data_file"
  21.  
  22. 'Find out the last installation directory
  23. checkKey=".DPM"
  24.  
  25. '############################################################
  26. '####### Beyond this point there is nothing to modify #######
  27. '############################################################
  28.  
  29.  
  30. <PromptUser>
  31.  
  32. productInstallDirectory=$installDirectory$&$productSubDirectory$
  33.  
  34. ' **************************************
  35. ' ******** COPY ALL THESE FILES ********
  36. ' **************************************
  37.  
  38. shared=false
  39.  
  40. ' product executable
  41. copy $productExecutable$,$InstallDirectory$&"\"&$productExecutable$
  42.  
  43.  
  44. ' product help file
  45. copy "gcse.hlp",$InstallDirectory$&"\"&$productHelpFileDir$&"gcse.hlp"
  46. copy "Tutorial.hlp",$InstallDirectory$&"\"&$productHelpFileDir$&"Tutorial.hlp"
  47. copy "Tutorial.cnt",$InstallDirectory$&"\"&$productHelpFileDir$&"Tutorial.cnt"
  48.  
  49.  
  50. ' uninstall program
  51. copy "dgcsedel.exe",$windowDirectory$&"\"&"dgcsedel.exe"
  52.  
  53. ' uninstall information
  54. copy $mathsDeleteInformation$,$installDirectory$&"\"&$mathsDeleteInformation$
  55.  
  56.  
  57.  
  58.  
  59. '******
  60. ' Copy the maths language file
  61. copy "program.txt",$InstallDirectory$&"\maths\program.txt"
  62.  
  63. ' The ocx's
  64. shared=true
  65. readLibraryVersion=true
  66.  
  67. 'The font file
  68. copy "screrg__.ttf",$windowDirectory$&"\fonts\screrg__.ttf"
  69.  
  70. ' The Ocx's
  71. copy "OCXs\COMDLG32.OCX",$windowSystem$&"\COMDLG32.OCX"
  72. copy "OCXs\TABCTL32.OCX",$windowSystem$&"\TABCTL32.OCX"
  73. copy "OCXs\RICHTX32.OCX",$windowSystem$&"\RICHTX32.OCX"
  74. copy "OCXs\COMCTL32.OCX",$windowSystem$&"\COMCTL32.OCX"
  75. copy "OCXs\DBLIST32.OCX",$windowSystem$&"\DBLIST32.OCX"
  76. copy "OCXs\DBGRID32.OCX",$windowSystem$&"\DBGRID32.OCX"
  77. copy "OCXs\MCI32.OCX",$windowSystem$&"\MCI32.OCX"
  78.  
  79. ' The Dll's
  80. copy "dlls\SATtrans.dll",$windowSystem$&"\SATtrans.dll"
  81. copy "dlls\RichEd32.dll",$windowSystem$&"\RichEd32.dll"
  82. copy "dlls\DAO350.DLL",$windowSystem$&"\DAO350.DLL"
  83. copy "dlls\MSJtEr35.dll",$windowSystem$&"\MSJtEr35.dll"
  84. copy "dlls\MSJInt35.dll",$windowSystem$&"\MSJInt35.dll"
  85. copy "dlls\MSVCRT40.dll",$windowSystem$&"\MSVCRT40.dll"
  86. copy "dlls\MSJet35.dll",$windowSystem$&"\MSJet35.dll"
  87. copy "dlls\VBAJet32.dll",$windowSystem$&"\VBAJet32.dll"
  88. copy "dlls\VB5DB.dll",$windowSystem$&"\VB5DB.dll"
  89. copy "dlls\MSRD2x35.dll",$windowSystem$&"\MSRD2x35.dll"
  90. copy "dlls\MsRepl35.dll",$windowSystem$&"\MsRepl35.dll"
  91. copy "dlls\ODBCJt32.dll",$windowSystem$&"\ODBCJt32.dll"
  92. copy "dlls\ODBCJI32.dll",$windowSystem$&"\ODBCJI32.dll"
  93. copy "dlls\ODBCTL32.dll",$windowSystem$&"\ODBCTL32.dll"
  94.  
  95. readLibraryVersion=false
  96.  
  97.  
  98. '******
  99.  
  100. 'Create The main menu link
  101. ProgramItem=$programGroupName$&"\"&$programMainMenuName$,$installDirectory$&"\maths\maths.exe"
  102.  
  103. 'Create Maths component link
  104. 'ProgramItem=$programGroupName$&"\"&$productMenuName$&"\"&$productMenuName$,$installDirectory$&$productExecutable$
  105.  
  106. 'Create Remove part/all GCSE component link
  107. 'programItem=$programGroupName$&"\Uninstall",$windowDirectory$&"\gcsedel.exe"
  108.  
  109. shared=false
  110. 'copy "readme.txt",$windowMenuPrograms$&"\"&$programGroupName$&"\readme.txt"
  111. 'copy $productReadMeFile$,$windowMenuPrograms$&"\"&$programGroupName$&"\"&$productReadMeFile$
  112.  
  113. addKey=$ProductDataName$
  114.